projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e89ab3
)
(install-arch-indep): Use "rm -f" for removing DOC, to avoid an error message
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 28 Jul 2007 08:12:44 +0000
(08:12 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 28 Jul 2007 08:12:44 +0000
(08:12 +0000)
if there is no DOC there.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 8f4ba68c1785b6ff84b12f5ed2b36e51bfc25b0e..ec93805a0e9ebbee40c9b41339b005afa34d4439 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-483,7
+483,7
@@
install-arch-indep: mkdir info
(cd ./etc; tar -chf - $${docfile}) \
|(cd $(DESTDIR)${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
(cd $(DESTDIR)$(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
- if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
+ if test "`echo DOC-*`" != "DOC-*"; then rm
-f
DOC; fi); \
else true; fi
-unset CDPATH; \
if [ -r ./lisp ] \